auto merge of #320 : alexcrichton/cargo/fix-doc-bins, r=wycats
authorbors <bors@rust-lang.org>
Wed, 6 Aug 2014 18:58:18 +0000 (18:58 +0000)
committerbors <bors@rust-lang.org>
Wed, 6 Aug 2014 18:58:18 +0000 (18:58 +0000)
commit6ebaa3805d2be13f8687ea2bebee9f0f8ff68a40
tree9f451d21edba9734998a17d579002d6b35b1b845
parent6d78a2f199674901297cf7f9d3543eb1c7c63198
parentc64d191d20dca89cd20a9f704a7805e0316ee7ab
auto merge of #320 : alexcrichton/cargo/fix-doc-bins, r=wycats

This removes the check in the compilation phase, but adds an error if you're
documenting a library and a binary with the same name (as the rustdoc output
would conflict).

Closes #318